JavaScript

A5.chart.Definition MapDimension Object

Description

Definition of a chart dimension.

Discussion

Chart dimension object defines how an dimension (axis) is created from the raw data. A dimension object will be an array where the first value is a string with the name of the dimension (i.e "x", "y", "angle", "distance" or "value"), and the second is an object that defines how to create the dimension. While all charts require some specific named dimension, other custom dimensions can also be created an used by code either inside functions or templates in the chart, or by custom guides. See A5.chart Definition Map Object - Dimension Object - Number Object, A5.chart Definition Map Object - Dimension Object - Date Object and A5.chart Definition Map Object - Dimension Object - String Object.

Name
Description
A5.chart.Definition Map.Dimension.Date Object

Definition of a date dimension.

A5.chart.Definition Map.Dimension.Number Object

Definition of a number dimension.

A5.chart.Definition Map.Dimension.String Object

Definition of a string dimension.